-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MyGet instructions to use dev build #2074
Conversation
Re-subscribing requires that you reset your registry. | ||
|
||
1. Delete your `.npmrc file` | ||
1. Delete your root `package-lock.json` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do it without removing package-lock.json
?
Although data/information in package-lock.json
is not quite human-readable, they are critical to make a reproducible build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried without deleting package-lock.json
and it did not work.
README.md
Outdated
1. Delete your `.npmrc file` | ||
1. Delete your root `package-lock.json` | ||
1. Remove your `node_modules` directory | ||
1. Clear your project cache `npm cache clean --force` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, do we really need to clean cache?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it works without. :) thanks
Co-Authored-By: William Wong <compulim@users.noreply.github.com>
@corinagum was this related to #2091 ? :) |
@tiagodenoronha I'm not sure -- I believe you filed 2091 after this PR was merged in. Please feel free to review the documentation though! Thank you. |
Fixes #2025
Changelog Entry
Description
Our root README.md now has information on how to access Web Chat's dailies for the latest changes.